Export Report Question
Is this possible?
I want to export a report to a PDF file but without any popup dialogs and without any report preview showing. So the user can click a button in my main application to generate it without any other windows showing.
Thanks
I want to export a report to a PDF file but without any popup dialogs and without any report preview showing. So the user can click a button in my main application to generate it without any other windows showing.
Thanks
Comments
load report
set any report component props to hide dialogs.
if any internal dialogs use findobject method to find and disable.
set export component props hiding dialogs etc.
call preparereport then call
frxreport1.Export(frxPdfExport1);